Skip to content

markdig fixes - Part 3 #2554

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 7, 2019
Merged

markdig fixes - Part 3 #2554

merged 4 commits into from
Jun 7, 2019

Conversation

mairaw
Copy link
Contributor

@mairaw mairaw commented Jun 5, 2019

No description provided.

@mairaw mairaw added the migration-fixes Indicates PRs that are related to problems caused by the migration from MSDN label Jun 5, 2019
@mairaw mairaw added this to the June 2019 milestone Jun 5, 2019
@mairaw mairaw requested a review from scottaddie as a code owner June 5, 2019 21:18
@mairaw mairaw self-assigned this Jun 5, 2019
Copy link

@rpetrusha rpetrusha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I've left one suggested nit unrelated to your PR and one comment. You can merge when you're ready, @mairaw.

@@ -596,7 +596,7 @@
<Docs>
<param name="tasks">The array of tasks from which to continue.</param>
<param name="continuationFunction">The function delegate to execute asynchronously when all tasks in the <paramref name="tasks" /> array have completed.</param>
<param name="continuationOptions">One of the enumeration values that controls the behavior of the created continuation task. The NotOn* or OnlyOn* values are not valid.</param>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The strings NotOn* or OnlyOn* and NotOn* and OnlyOn* are found in a number of other overloads with a TaskContinuationOptions parameter. Do you want to change those as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean in other types @rpetrusha?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No. At least I thought that there were additional occurrences in this type.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just fixed those.

mairaw and others added 2 commits June 6, 2019 14:22
@mairaw mairaw merged commit 08565a6 into dotnet:master Jun 7, 2019
@mairaw mairaw deleted the markdig3 branch June 7, 2019 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
migration-fixes Indicates PRs that are related to problems caused by the migration from MSDN
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants